@charset "utf-8";

.fondocontacto{
	background-image: url(../img/casa%20el%20prado/costaRica08.jpg);
	width:100%;
	height:170px;
	box-shadow:0px 2px 5px 0px #aaa;
	z-index:1;
	background-position:50%;
	background-size:cover;
	-webkit-backface-visibility:hidden;
	position:absolute;
	margin-top:100px;
}

/* oportunidades */

#imagenes{
	width:500px;
}

h1{
  font-size: 26px;
  color: #666;
  font-family: 'Fjalla One';
  text-transform: uppercase;
  margin-top:145px;
  margin-bottom:0px;
}

#leer1{
	margin-bottom:0px;
	font-family: 'Fjalla One';
	color:#333;
}

#imginfo{
	border:7px rgba(153,153,153,1) solid;
	width:150px;
	height:120px;
	displaY:block;
}
#imginfo:hover{
	border:7px #f00 solid;	
}

#infodetallada{
  font-family: 'Fjalla One';
  font-size: 16px;
  color: #333;
  margin-top:5px;
  margin-bottom:20px;
}
